gtk-demo: Don't include config.h needlessly
authorMatthias Clasen <mclasen@redhat.com>
Sun, 5 May 2013 16:16:16 +0000 (12:16 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 5 May 2013 19:38:46 +0000 (15:38 -0400)
It is not needed here.

demos/gtk-demo/main.c
demos/gtk-demo/toolpalette.c

index d04a3e6c2514cc558f0fb3ead08bf4d1cd02e14a..69d3093639f5ccedbabc9b68c8eb2048031065d2 100644 (file)
@@ -1,4 +1,3 @@
-#include "config.h"
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
index 174e4afccc789e22af89b7f2338927bd931e9c78..ec7a2eb57ba67416fc5cc823a582933950ea94df 100644 (file)
@@ -6,7 +6,6 @@
 
 #include <string.h>
 #include <gtk/gtk.h>
-#include "config.h"
 
 static GtkWidget *window = NULL;